Package-level declarations

Contains the Destination class

Types

Link copied to clipboard
@JsonClass(generateAdapter = true)
class Destination(val name: String, val address: String?, val destinationId: String, val location: Point) : Serializable, Parcelable

Destination class stores the store details set by user in canvas while adding a store to a corresponding zone.